home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Backpacker 2 (Sweden)
/
BackPacker 2 (Sweden) (Disc 1).7z
/
BackPacker 2 (Sweden) (Disc 1).bin
/
pc
/
bp_data
/
misc
/
end.dxr
/
00102.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-01-01
|
224 b
|
13 lines
on exitFrame
repeat while the mouseDown
updateStage()
end repeat
set T to the ticks + (3 * 60)
repeat while T > the ticks
if the mouseDown then
exit repeat
end if
updateStage()
end repeat
end